Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ListBase.Enumerator<T> Structure
Members


In This Topic
    ListBase.Enumerator<T> Structure
    In This Topic
    Enumerates the elements of a ListBase<T>.
    Syntax
    'Declaration
     
    
    Public Structure ListBase.Enumerator(Of T) 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As ListBase.Enumerator(Of T)
    public struct ListBase.Enumerator<T> : System.ValueType 
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       System.ValueType
          FarPoint.Win.Spread.ListBase`1.Enumerator<T>

    See Also